let Source = Excel.Workbook(Web.Contents(""), null, true), Source_Table = Source{[Item="AccountsTotalsClassifications",Kind="Table"]}[Data], #"Changed Type" = Table.TransformColumnTypes(Source_Table,{{"AccountTotal", type text}, {"AccountClassification", type text}, {"DrCrSign", Int64.Type}}) in #"Changed Type"